home *** CD-ROM | disk | FTP | other *** search
- Write us
-
-
- a game!
-
-
- After playing the actual SH game,
- don't you feel like writing one
- yourself? You don't? Shame on you!
- Anyway, whenewer you have an idea,
- write it! And now we publish how to
- write the game - so you can't blame
- us, that you didn't know how to!
-
-
- Start with the story introduction...
- and then the questions.
-
- *\1 (\1 is the question number)
- Write down the question text, like:
- Where will you go?
-
- *1\2 -answer number; 2-goto question
- Left
- *2\9 -answer number; 9-goto question
- Right
- *3\4 -answer number; 4-goto question
- Back
-
- *\4 (\4 is the question number)
- You turned back... and died!
- *END (end sign, means game over)
-
- *\2 (\2 is the question number)
- Ok, you turned left, but now you
- are facing a wall. Will you:
-
- *1\5 -answer number; 5-goto question
- Break the wall!
- *2\1 -answer number; 1-goto question
- Choose another way.
-
- *\5 (\5 is the question number)
- You broke the wall, and the dragon
- behind killed you!
- *END (end sign, means game over)
-
- *\9 (\5 is the question number)
- You turned right, and there is a gnome
- smiling at you.
-
- *1\33 -answer num.; 33-goto question
- Kill the gnome.
- *2\42 -answer num.; 42-goto question
- Ask gnome to be your friend.
- *3\19 -answer num.; 19-goto question
- Greet gnome and go away.
-
- ...
-
- (end of example game, doc. more...)
-
- As you can see you can use recursive
- jumps to questions! (at 2nd question
- 2nd choose jumps to 1st question
- again.)
-
- The unique questions order isn't
- required! (as you can see the 4th
- question is after the 1st and followed
- by 2nd)
-
- You can skip some question numbers,
- e.g. if you're writing the rd
- question and you're can't remind the
- last free question number, you can
- choose as the next. (But if you'll
- not explain it later, game will stop
- at that selection and displays: Game
- structure corrupt!)
- The game format is quite simple...
- Isn't it?
-
- If you have a game ready, or partly
- ready, send it to Fester for testing!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- @IPperpflowC